home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / FireflyView / FireflyView.nib / data.classes next >
Text File  |  1993-07-04  |  512b  |  35 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FireflyView = {
  5.     ACTIONS = {
  6.     inspector:;
  7.     setIsBoring:;
  8.     setFireflyColor:;
  9.     resetSettings:;
  10.     setBackgroundColor:;
  11.     setFireflyCount:;
  12.     openReadme:;
  13.     };
  14.     OUTLETS = {
  15.     isBoringSwitch;
  16.     sharedInspectorPanel;
  17.     backgroundColorWell;
  18.     fireflyColorWell;
  19.     fireflyCountField;
  20.     };
  21.     SUPERCLASS = View;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FireflyGroup = {
  29.     ACTIONS = {
  30.     };
  31.     OUTLETS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.